home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Burning & Media / GB-PVR 1.2.13 / GBPVR10213.msi / Cabs.w1.cab / VideoDownloadPopup.xml215 < prev    next >
Text File  |  2007-10-29  |  1KB  |  32 lines

  1. <settings>
  2.     <!-- text style -->
  3.     <TextStyles>
  4.     </TextStyles>
  5.  
  6.     <!-- placements -->
  7.     <Placements>
  8.         <Placement name="PopupBackground" loc="9,12" size="82,75"/>
  9.         <Placement name="VideoInfo" loc="9,12"/>
  10.     </Placements>
  11.  
  12.     <!-- Composite Images -->
  13.     <CompositeImages>
  14.  
  15.         <CompositeImage name="PopupBackground" size="82,75">
  16.             <DrawRoundedRect loc="2,2" size="96,96" fillColor="PopupBackground" borderColor="PopupBorder" radius="@PopupCornerRadius" borderWidth="@PopupBorderWidth"/>                        
  17.         </CompositeImage>
  18.  
  19.         <!-- Info -->
  20.         <CompositeImage name="VideoInfo" size="82,75">
  21.             <DrawImage filename="@thumbnail" loc="5,5" size="20,29"/>
  22.             <DrawText text="@title" loc="30,5" size="90,10" textStyle="GeneralTextHeaderStyle" align="Left"/>
  23.             <DrawText text="@downloadedSoFar" loc="30,12" size="90,70" textStyle="GeneralTextStyle" align="Left"/>
  24.             <DrawText text="Rating:" loc="30,17" size="90,70" textStyle="GeneralTextStyle" align="Left"/>
  25.             <DrawText text="@ratingAvg" loc="42,17" size="90,70" textStyle="GeneralTextStyle" align="Left"/>
  26.             <DrawText text="Author:" loc="30,22" size="90,70" textStyle="GeneralTextStyle" align="Left"/>
  27.             <DrawText text="@author" loc="42,22" size="90,70" textStyle="GeneralTextStyle" align="Left"/>
  28.             <DrawText text="@description" loc="5,35" size="90,60" textStyle="GeneralTextStyle" align="Left"/>
  29.         </CompositeImage>
  30.         
  31.     </CompositeImages>             
  32. </settings>